projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf4206
)
(c-mode-map): Add "Highlight Conditionals" menu item.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 14 Sep 1994 18:55:08 +0000
(18:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 14 Sep 1994 18:55:08 +0000
(18:55 +0000)
lisp/progmodes/c-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/c-mode.el
b/lisp/progmodes/c-mode.el
index f3dadc81e81bd8d53679d15aae2fbba7015cf998..2fb5784e7aca4716d6c9e7e0c9b0cdf6977c415a 100644
(file)
--- a/
lisp/progmodes/c-mode.el
+++ b/
lisp/progmodes/c-mode.el
@@
-69,6
+69,8
@@
'("Indent Line" . c-indent-command))
(define-key c-mode-map [menu-bar c fill]
'("Fill Comment Paragraph" . c-fill-paragraph))
+(define-key c-mode-map [menu-bar c cpp-highlight-buffer]
+ '("Highlight Conditionals" . cpp-highlight-buffer))
(define-key c-mode-map [menu-bar c up]
'("Up Conditional" . c-up-conditional))
(define-key c-mode-map [menu-bar c backward]